object frmCleanupSession: TfrmCleanupSession Left = 0 Top = 0 BorderStyle = bsDialog ClientHeight = 497 ClientWidth = 666 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Shell Dlg 2' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object btnClipboardCopy: TResTeButton Left = 358 Top = 463 Width = 147 Height = 25 OnClick = btnClipboardCopyClick Caption = 'Copy to Clipboard' TabOrder = 0 end object btnClose: TResTeButton Left = 511 Top = 463 Width = 147 Height = 25 Caption = 'Close' ModalResult = 1 TabOrder = 1 end object memCleanupSession: TMemo Left = 8 Top = 8 Width = 650 Height = 433 Lines.Strings = ( '') ReadOnly = True ScrollBars = ssBoth TabOrder = 2 end object btnClearLog: TResTeButton Left = 207 Top = 463 Width = 147 Height = 25 OnClick = btnClearLogClick Caption = 'Clear Log' TabOrder = 3 end object TeForm2: TTeForm2 ThemeObject = 'standarddialog' Left = 176 Top = 456 end end